Home
last modified time | relevance | path

Searched hist:bd31c214 (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu-nbd.cbd31c214 Fri May 06 16:26:42 GMT 2016 Eric Blake <eblake@redhat.com> nbd: Switch to byte-based block access

Sector-based blk_read() should die; switch to byte-based
blk_pread() instead.

Add a constant for our magic number 512, to make it obvious
that this size will NOT change even if BDRV_SECTOR_SIZE does,
even though the two happen to be the same for now. Split
assignments from conditionals to keep checkpatch.pl happy.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>